<xs:complexType name="CompatibilityType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about a compatibility.</xs:documentation> </xs:annotation> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element name="NameValue" maxOccurs="unbounded" minOccurs="1"> <xs:complexType> <xs:all> <xs:element name="Name" type="NVNameType" maxOccurs="1" minOccurs="1" /> <xs:element name="Value" type="NVValueType" maxOccurs="1" minOccurs="1" /> </xs:all> </xs:complexType> </xs:element> <xs:element name="Notes" type="NotesType" maxOccurs="1" minOccurs="0" /> <xs:element name="Epid" type="EPIDType" maxOccurs="1" minOccurs="0" /> </xs:choice> </xs:complexType>
© 2022 All Rights Reserved.